home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / app_note / tecbltn1 / tb.158 < prev   
Text File  |  1986-11-06  |  896b  |  21 lines

  1. /nof
  2. Number 158
  3. November 6, l986
  4.  
  5. Title:  DOS 3.2 Problem in G/NET (Rev. 4 Board) Shell Keyboard
  6. Buffer
  7.  
  8. During testing it was discovered that overloading the keyboard buffer
  9. while using the Gateway G/NET (Rev. 4) board under DOS 3.2 may
  10. cause a stack overflow.  This problem is resolved by increasing the
  11. number of stack frames to 9 and leaving the size at 128 bytes.  This
  12. is done by creating a CONFIG.SYS file or modifying an existing
  13. CONFIG.SYS file and then including the following command within
  14. that file:
  15.                
  16.                               STACKS = 9, 128  
  17.  
  18. It will of course, be necessary to reboot DOS and reload the shell to
  19. make this change effective.  Detailed information is found in
  20. Appendix B of the IBM PC DOS 3.2 manual. 
  21. /for